Creating a New Module
How to create a new module using a manual process for undertaking custom module upload. Important. This topic is only recommended for experienced DNN module developers. An alternative is the Creator that can be added via the . See "About the Module Creator"
- Navigate to >
Extensions.
- Click the Create New button. This opens the Edit Definition page.
- At Create From, select New.
- At Owner Folder, click the Add Folder button to create a unique folder inside DesktopModules for development files.
- In the Folder Name text box, enter a name for the folder.
- Click the Create Folder button. The new folder is selected.
- At Folder, select an existing folder or add a new folder for the module by clicking the Add Folder button using the method above.
- At Language, select either C# (C Sharp) or Visual Basic as the language used for this module.
- In the File Name text box, enter the name for the new module.
- In the Name text box, enter the name of this module.
- Optional. In the Description text box, enter the module description.
- At Add Test ?, mark
the check box to add a test page for the new module. Users will be taken to the test page once the module is created if this option is selected. - OR - unmark
the check box for no test page.
- Click the Create button.
Open topic with navigation